|
|
|
|
OverheadWidth Property, SftTree Class |
Returns the width of the area added to the hierarchy column for hierarchical components.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property OverheadWidth As Integer |
C# |
public int OverheadWidth { get; } |
C++ |
public: property int OverheadWidth { |
Property Value
The width of the area added to the hierarchy column for hierarchical components.
Comments
The OverheadWidth property returns the width of the area added to the hierarchy column for hierarchical components.
Due to the variable number of levels and the resulting hierarchical display, the width of the hierarchy column is always treated as a minimum value. The OverheadWidth property returns the width of the area reserved for non-cell displays, such as expand/collapse buttons, tree lines and item images for all items. If more levels are added to a hierarchy, the OverheadWidth value increases.